Include protos for windows esrial builds.
authorrobertl <robertl>
Sun, 2 Jul 2006 01:27:04 +0000 (01:27 +0000)
committerrobertl <robertl>
Sun, 2 Jul 2006 01:27:04 +0000 (01:27 +0000)
Tweak windows build target.

Makefile.in
jeeps/gpsserial.c
magproto.c

index 2269f93e854c4f253aa24d299b5015368543ad78..0792e9d9c11dca7d66ba83d62b209dc16ff60835 100644 (file)
@@ -192,8 +192,9 @@ release-winbuild:
        rm -fr /tmp/gpsbabel-$(VERSIOND)-cross
        cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross
        cd /tmp/gpsbabel-$(VERSIOND)-cross ; \
-         CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make 
+         CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make && \
          zip -j /tmp/gpsbabel-$(VERSIOND).zip $(WINFILES)
+       rm -fr /tmp/gpsbabel-$(VERSIOND)-cross
 
 release-upload:
        @(. tools/functions && ask "Type yes if you want to do the upload now" "yes" )
index 53dc1e62c576bb0499dad0fba6a8e1454e1f45ca..f714cb9973e1ca7673a54b2456e5817b20be34d4 100644 (file)
@@ -25,6 +25,7 @@
 ********************************************************************/
 #include "gps.h"
 #include "gpsserial.h"
+#include "../gbser.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index 1be3c91967e0374422486baf216b16537bed98b0..7da943531223566b90207ed6886e018c23f595e3 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "defs.h"
 #include "magellan.h"
+#include "gbser.h"
 
 static int bitrate = 4800;
 static int wptcmtcnt;